home *** CD-ROM | disk | FTP | other *** search
- /* */
- parse upper arg server device file type compression .
-
- if type = 'VOICE' then
- if device = 'TELEPHONELINE' | device = 'EXTERNALMIC' | device = 'LOCALHANDSET' then
- address rexx 'useBracket' server 'recordzyxel' server device file
- else if device = 'AMIGA' then
- address rexx 'recordamiga' compression file
- else if device = 'IFF' then
- address rexx 'loadiff' 'ram:save.iff' compression file
- else if type = 'FAX' then
- nop
- exit
-
-